database refactoringの例文
もっと例文: 1 2
- Dependency between the database and external applications make database refactoring a challenge.
- Database refactoring does not change the way data is interpreted or used and does not fix bugs or add new functionality.
- Database refactoring is the technique of implementing small changes to the database schema without affecting the functionality and information stored in the database.
- The main purpose of database refactoring is to improve the database design so that the database is more in-sync with the changing requirements.
- A database refactoring is conceptually more difficult than a code refactoring; code refactorings only need to maintain behavioral semantics while database refactorings also must maintain informational semantics.